Vcenter Vcha Cluster PassiveSpec
The Vcenter Vcha Cluster PassiveSpec schema contains the deploy specification for the Passive Node of the VCHA cluster.
This schema was added in vSphere API 6.7.1.
{
"placement": {
"name": "string",
"folder": "string",
"host": "string",
"resource_pool": "string",
"ha_network_type": "string",
"ha_network": "string",
"management_network_type": "string",
"management_network": "string",
"storage": {
"datastore": "string"
}
},
"ha_ip": {
"ip_family": "string",
"ipv4": {
"address": "string",
"subnet_mask": "string",
"prefix": 0
},
"ipv6": {
"address": "string",
"prefix": 0
},
"default_gateway": "string",
"dns_servers": [
"string"
]
},
"failover_ip": {
"ip_family": "string",
"ipv4": {
"address": "string",
"subnet_mask": "string",
"prefix": 0
},
"ipv6": {
"address": "string",
"prefix": 0
},
"default_gateway": "string",
"dns_servers": [
"string"
]
}
}
Contains the placement configuration of the node.
This property was added in vSphere API 6.7.1.
If missing or null
, then the it is assumed that the clone will be done manually by the customer. In this case, the placement configuration for the witness node should also be omitted. Only the network configuration will be setup. Once the passive and witness nodes are cloned from the active node, the VCHA high availability is turned on.
IP specification for the HA network.
This property was added in vSphere API 6.7.1.
IP specification for the management network.
This property was added in vSphere API 6.7.1.
If missing or null
, then it will assume the public IP address of the Active vCenter Server.